Cavern

 Cavern4D

 Cavernize

 Debug

 FilterInterfaces

 Filters

  Utilities

  Allpass

  Bandpass

  BandpassFlat

  BiquadFilter

  Cavernize

  Comb

  ComplexFilter

  Convolver

  Crossover

  DebugCrossover

  Delay

  DualConvolver

  Echo

  DelaySamples

  DelayTime

  Echo(int, double, double)

  Echo(int, double, int)

  Process(float[], int, int)

  Reset(double, double)

  Reset(double, int)

  Strength

  FastConvolver

  Filter

  FilterExtensions

  Gain

  Highpass

  HighShelf

  Lowpass

  LowShelf

  Normalizer

  Notch

  PeakingEQ

  PhaseShifter

  SpikeConvolver

  ThreadSafeFastConvolver

 Format

 Helpers

 QuickEQ

 Remapping

 SpecialSources

 Spoofer

 Utilities

 Virtualizer

 Atmosphere

 AudioClip3D

 AudioListener3D

 AudioListener3DInspector

 AudioSource3D

 CavernizeRealtime

 Channel

 Clip

 Environments

 Jack

 Listener

 QualityModes

 Rolloffs

 SeatAdaptation

 Source

class Echo

Simple echo/reverberation filter with delay.
VisibilityPublic
ExtendsFilter

Public functions

Constructor Echo(int sampleRate, double strength = .25f, int delay = 4096)Create an echo filter.
Constructor Echo(int sampleRate, double strength = .25f, double delay = .1f) Create an echo filter.
void Process(float[] samples, int channel, int channels)Apply echo on an array of samples. One filter should be applied to only one continuous stream of samples.
void Reset(double strength, int delay)Reset filter settings.
void Reset(double strength, double delay) Reset filter settings.

Public properties

int DelaySamplesDelay between echoes in samples.
double DelayTimeDelay between echoes in seconds.

Public variables

double StrengthEffect strength.